home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 June / macformat-038.iso / Demos / Notting Hill / SINGING / SHARED.Dxr / 01951_Sound laptop.ls < prev    next >
Encoding:
Text File  |  1996-02-08  |  345 b   |  16 lines

  1. on mouseDown
  2.   puppetSprite(the clickOn, 1)
  3.   set the castNum of sprite the clickOn to the castNum of sprite the clickOn + 1
  4.   updateStage()
  5.   if the soundLevel <> 0 then
  6.     set the soundLevel to 0
  7.   else
  8.     set the soundLevel to 7
  9.   end if
  10.   beep()
  11.   repeat while the mouseDown
  12.   end repeat
  13.   puppetSprite(the clickOn, 0)
  14.   updateStage()
  15. end
  16.